home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000178_news@columbia.edu_Wed Apr 19 12:20:25 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA28576
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 19 Apr 1995 22:41:30 -0400
  3. Received: by apakabar.cc.columbia.edu id AA12179
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 19 Apr 1995 22:41:29 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Terminal emulation incorrect?
  9. Message-Id: <1995Apr19.182025.47998@cc.usu.edu>
  10. Date: 19 Apr 95 18:20:25 MDT
  11. References: <3n3koo$ref@highway.LeidenUniv.nl>
  12. Organization: Utah State University
  13. Lines: 27
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <3n3koo$ref@highway.LeidenUniv.nl>, noordam@rulcri.LeidenUniv.nl (STEPHAN NOORDAM) writes:
  17. > I use MS-Kermit 3.14 (18.1.95) with VT102 terminal emulation to
  18. > communicate with a VAX/VMS computer, and have the following problems.
  19. > * The VAX-prompt does not always appear at the bottom of the
  20. >   screen.
  21. >   After having given a command from the VAX-prompt, the VAX-prompt
  22. >   might reappear in the middle of the screen, while the information
  23. >   that should have scrolled off the screen, is still there!
  24. > * The position of the cursor is not always shown correctly.
  25. >   Editing (at the commandline) becomes quite difficult: It is, for
  26. >   example, impossible to know which characters have been deleted and
  27. >   which ones are still there.
  28. -------------
  29. Stephan,
  30.     I assure you, those are not "features" of MS-DOS Kermit. My first
  31. suggestion is to reacquire a fresh copy of MSK from kermit.columbia.edu
  32. (cd kermit/bin, get binary file msvibm.zip) and try again. Otherwise
  33. there is obviously something quite strange in your machine and/or the
  34. high bit of bytes is being chopped, and/or you have TSRs operating (or
  35. a very strange video mode) which affect video work, and other guesses.
  36. I presume you have chosen terminal kind VT320, and the VAX uses it
  37. (add  $ SET TERM/INQUIRE  to your login.com file if it doesn't).
  38.     Joe D.